@charset "utf-8";
/* CSS Document */
 /* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
border-bottom: 1px dotted;
cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
border-collapse: collapse;
border-spacing: 0;
}
body{font-family:"Microsoft YaHei","微软雅黑";}
/*头部开始*/
#head{width:100%;border-bottom: 2px solid #f3f3f3;}
.headerin{width:1000px;height: 99px;margin: 0 auto;position:relative;}
.logo{margin-top: 10px;margin-left: 1px;float:left;}
.en a{width:29px;height:29px;display:block;float:right;line-height:29px;text-align:center;text-decoration:none;font-weight:bold;margin-top:36px;color:#333;background: #ccc;}
.en a:active{background:#da6d0d;color:#fff;border:1px solid #da6d0d;}

/*产品开始*/
/*滚动*/
.bt h4{text-align:center;font-size:22px;color:#333;margin-top:33px;}
.bt p{text-align:center;font-size:11px;color:#909090;line-height:34px;}
.products{position:relative;width:100%;height:476px;}
.in_products{width:984px;height:296px;margin:0px auto; position:relative;top:53px}
.inproducts{width:100%;height:341px;}
/*公共部分*/
.wc960{margin:0 auto;width:960px;}
.fl{float:left;}
.fr{float:right;}
.mt20{margin-top:20px;}
.icon{background:url(../images/iconn.png) no-repeat 0 0;}
.warp-pic-list li{float:left;display:inline;}
.warp-pic-list .img_wrap{display:block;font-size:0;overflow:hidden;width:227px;}
.warp-pic-list .text-area p{background-color:#f2f2f2;line-height:24px;}
/*全局板块*/
.row .hd{background:url(../images/hd-line_01.jpg) no-repeat 0 50px;height:55px;display: none;}
.row .hd .title{font:26px/40px "微软雅黑","Microsoft YaHei","黑体","SimHei";}

/*全局页签*/
.tab-T-3{width:66px;}
.tab-T-3 li{width:12px;height:12px;font-size:0;background-color:#dfdfdf;float:left;margin-left:10px;cursor:pointer;display:inline;}
.tab-T-3 li.cur{background-color:#d81c1b;}
/*产品*/
.rowE .warp-pic-list{position:relative;width:968px;height:278px;margin:0 auto;} 
.rowE .count li{margin-right:19px;width:228px;height:278px;border: 1px solid #ccc;}
.rowE .count .img_wrap{}
.rowE .count li .text-area{text-align: center;}
.rowE .count li .text-area  p{line-height:30px;height:30px;font-size: 14px;overflow: hidden;}
.rowE .count li .text-area  a{width: 120px;
    height: 29px;
    display: block;
    text-align: center;
    line-height: 27px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(252, 176, 64);
    border-image: initial;
    margin: 0px auto;
    background: rgb(252, 176, 64);
	margin-top: 12px;
}
.rowE .count li:hover .text-area,.rowE .count li.hover .text-area{}
.rowE .count .p-num{font-family:"Tahoma";font-weight:bold;}
.rowE .btn{display:block;height:55px;position:absolute;top:108px;width:35px;z-index:200;cursor:pointer;}
.rowE .prev{ background-position:0 -88px;left:0;}
.rowE .prev:hover{background-position:0 -144px;}
.rowE .next{ background-position:0 -200px;right:0;}
.rowE .next:hover{background-position:0 -256px;}
#count1 li img{width:218px;height: 188px;display: block;margin: 0 auto;margin-top: 3px;margin-bottom: 6px;}


/*公司简介*/
.about{width:100%;background:url(../images/about_bg_02.jpg) no-repeat center;}
.aboutin{width:1000px;margin:0 auto;height:278px;}
.about_l{width:505px;float:left;padding-left:28px;padding-top:46px;}
.about_l h4{font-size:23px;color:#fff;line-height:50px;}
.about_l p{font-size:13px;line-height:25px;color:#fff;width:480px;height:125px;overflow:hidden;}
.about_l a{
	background: #fcb040;
	width:134px;height:29px;display:block;text-align:center;line-height:27px;border:1px solid #fcb040;font-size:16px;color:#fff;text-decoration:none;margin-top:10px;}
.about_l a:hover{background:#fcb040;
					color:#fff;transition: 0.2s;
					-moz-transition: 0.2s;	/* Firefox 4 */
					-webkit-transition: 0.2s;	/* Safari 和 Chrome */
					-o-transition: 0.2s;	/* Opera */}

.about_r{float:right;padding-top:62px;padding-right:28px;}
.about_r img{border:4px solid #fff;width:445px;
					transition: 0.2s;
					-moz-transition: 0.2s;	/* Firefox 4 */
					-webkit-transition: 0.2s;	/* Safari 和 Chrome */
					-o-transition: 0.2s;	/* Opera */
}
.about_r img:hover{box-shadow:0px 5px 10px rgba(114,114,114,0.5);	
					transition: 0.2s;
					-moz-transition: 0.2s;	/* Firefox 4 */
					-webkit-transition: 0.2s;	/* Safari 和 Chrome */
					-o-transition: 0.2s;	/* Opera */
}
.newssin{width:1000px;height:420px ;margin: 0 auto;}
.news_l{float:left;padding-left: 25px;width: 450px;padding-top: 33px;}
.news_l h4{font-size: 24px;color:#333;line-height: 54px;}
.news_l ul li a{text-decoration:none;line-height: 37px;color:#333;font-size: 14px;width:425px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news_l ul li a:hover{color: #fcb040;}
.news_l span {float:right;}
.news_l span a{background: #fcb040;width:134px;height:29px;display:block;text-align:center;line-height:27px;border:1px solid #fcb040;font-size:16px;color:#fff;text-decoration:none;margin-top:10px;}
.news_r{float:right;width:438px;padding-top: 85px;}
.news_r span{width: 410px;height: 33px;color: #333;background: #f3f3f3;display: block;text-align: center;line-height: 33px;margin-top: 12px;}

/*foot*/	
#foot{width:100%;
	background:#ecebeb;
	float:left;
	}	
.footin{width:1000px;
	margin:0 auto;
	position:relative;
	}
.foot_logo p{text-align:center;		
		color:#414141;
		font-family:"微软雅黑";
		font-size:14px;
		margin-top:23px;}	
.lb1{width:178px;
	float:left;
	margin-top:24px;
	margin-bottom: 20px;
	margin-left:10px;
	}	
.lb1 ul li h4{font-size:18px;
	font-family:"微软雅黑","arial";
	font-weight:normal;
	line-height:32px;
	color:#333;
	}	
.lb1 a h4{color:#fff;text-decoration:none;}	
.lb1 ul li a{font-size:14px;
	font-family:"微软雅黑","arial";
	color:#646464;
	text-decoration:none;
	}	
/*.lb1 ul img{width:100px;height:100px;}	*/
.lb1 ul p{margin-left:10px;color:#fff;}
.lb1 ul li{line-height:32px;color:#646464;font-size: 14px;}
.lb2{position:absolute;
	left:754px;
	top:70px;}
.lb2 p{text-align:center;font-size:12px;font-family:"微软雅黑","arial";color:#232323;}		
.lb3{float:right;
	margin-top:70px;}
.lb3 p{text-align:center;font-size:12px;font-family:"微软雅黑","arial";color:#232323;}		
.bq{font-size:14px;color:#5c5c5c;font-family:"微软雅黑","arial";float:left;width:100%;height: 35px; background: #333333;text-align: center;}
.bq p{text-align:center;color:#fff;line-height: 35px;font-size: 13px;}
.lb9{width:110px;
	height:50px;
	float:left;
	margin-top:24px;
	margin-left:26px;
	}	
.lb9 ul li h4{font-size:16px;
	font-family:"微软雅黑","arial";
	border-right:1px solid #414141;
	}	
.lb9 a h4{color:#414141;}	
/*产品导航开始*/
.pro_nav{width:100%;background: #6d91b9;}
.pro_navin{width:1000px;height: 42px;margin: 0 auto;}
.box{ height:42px;float:left;}
.menu{ width:116px; height:42px; float:left; position:relative;display: block;}
.menu1{/*background:url(../images/pro_bannerbg_03.png) no-repeat center;*/background:#d4e1f0;}
.box .menu1 p{color:#6d91b9;!important}
.menu:hover{/*background:url(../images/pro_bannerbg_03.png) no-repeat center;*/}
.menu p:hover a{/*color:#6d91b9;*/}
.box .menu1 p a{color:#6d91b9;}
.menu p{ line-height:42px; color:#fff; text-align:center; cursor:pointer;}
.menu p a{color:#fff;height:42px;display: block;}
.menu ul{ display:none;}
.menu ul li { width:156px; height:42px; background:#d4e1f0; font:normal 12px/26px; text-align:center; padding:0 20px; position:absolute;color:#000;display: block;}
.menu ul li a{height:42px;display: block;line-height: 42px;font-size: 16px;color:#6d91b9;font-family: "Microsoft YaHei","微软雅黑"}
.menu ul li.li_hover{ background-position:url(../images/pro_bannerbg_03.png) no-repeat center;}
.menu ul li a:link,.menu ul li a:visited,.menu ul li a:hover{ color:#6d91b9; text-decoration:none; display:block;}
/*产品*/
.pro{width:100%;overflow:hidden;}
.proin{width:1000px;min-height:918px;margin:0 auto;}
.p_top{padding-top:43px;}
.p_top h4{font-size:30px;border-left:4px solid #333;color:#333;padding-left:18px;}
.p_top p{font-size:14px;line-height:24px;text-indent:2em;margin-top:24px;}
.p_box{margin-top:70px;}
.p_box ul li {float:left;padding-right:36px;padding-left:36px;border-right:2px solid #333;margin-bottom:28px;}
.p_box ul li a{font-size:18px;font-weight:900;color:#333;}
.pro_box{width:1000px;float:left;}
.P_a{width:228px;height:215px;float:left;border:1px solid #ccc;margin-bottom:27px;margin-left:0px;}
.P_aa {margin-left:28px;}
.P_a img{width:226px;height: 180px; display:block;margin:0 auto;}
.P_a p{text-align:center;line-height:34px;font-size:14px;color:#333;height:34px;overflow: hidden;}
.fanye{margin-bottom: 20px;}
.fanye li{display:-webkit-inline-box;}
.fanye li{display: initial;}
.fanye a {
	font-size: 14px;
    background: #333;
    color: #fff;
    border-radius: 0px;
    padding: 2px 10px;
    margin: 3px;
}
/*详情页*/
.left-pro{width:447px; padding:20px 10px;text-align:left;float:left}
.left-pro .t1{width:100px;float:left}
.left-pro .t2{width:320px;text-indent:0;float:left;padding-left:10px}
.left-pro .t2 img{text-indent:0;}
#showArea img{cursor:pointer;display:block;margin-bottom:5px;width:68px;padding:1px;border:1px solid #ccc;height:68px;float:left}
#main_img{cursor:pointer;display:block}
#gotop{cursor:pointer;display:block;margin-left:9px}
#gobottom{cursor:pointer;display:block;margin-left:9px}
#showArea{height:270px;margin:10px;overflow:hidden}
.MagicZoomBigImageCont{border:1px solid #91b817;overflow:hidden}
.MagicZoomBigImageCont img{width:800px;height:800px}
.MagicZoomBigImageCont iframe{width:320px;height:300px}
.MagicZoomHeader{font:10px Tahoma, Verdana, Arial, sans-serif;color:#fff;background:#91b817;text-align:center !important}
.MagicZoomPup{border:1px solid #aaa;background:#fff;cursor:hand;left:0}
.MagicZoomLoading{text-align:center;background:#fff;color:#444;opacity:0.8;padding:3px 3px 3px 3px !important;display:none}
.MagicZoomLoading img{padding-top:3px !important}
.MagicThumb{cursor:url(cursor/zoomin.cur), pointer;outline:none}
.MagicThumb-zoomed{cursor:default}
.MagicThumb span{display:none}
.MagicThumb-image{border:1px solid #ccc;outline:none}
.MagicThumb-image-zoomed{cursor:url(cursor/zoomout.cur), pointer}
.MagicThumb-caption{color:#333333;background-color:#F0F0F0;border:1px solid #CCC;border-top:none;font-family:Verdana, Helvetica;font-size:11px;padding:8px 16px}
.MagicThumb-controlbar{display:block;height:18px}
.MagicThumb-controlbar a{display:block;width:180px;height:180px;margin:0px 1px;outline:none;float:left;overflow:hidden}
.MagicThumb-controlbar a span{display:block;width:1000px;height:1000px;background:transparent url(graphics/controlbar.png) no-repeat 0 0;outline:none;position:absolute;left:0px;top:0px}
.MagicThumb-loading{border:1px solid #000;background:#fff url(graphics/loader.gif) no-repeat 2px 50%;padding:2px 2px 2px 22px;margin:0;text-decoration:none;text-align:left;font-size:8pt;font-family:sans-serif;}
.proinn{padding-top:60px;min-height: 700px;}
.p_name{width:470px;float:right;margin-top: 20px;}
.p_name p{margin-bottom:10px;font-size:16px; color:#333;}
.p_p1{margin-top:20px;}
.p_name .p_p{font-size:14px;}
.p_name .p_p span{color:#999;}
.p_xx {width:1000px;float:left;margin-top: 20px;}
.p_xx .p_jx{width:1000px;height:30px;display: block;background: #cecece;line-height: 36px;}
.p_xx .p_jx p{width:128px;height:30px;background: #ecbb51;display: block;text-align: center;color:#fff;line-height: 30px;}
.bj{margin-top:20px;}
.p_bz h3{font-size:18px;color:#333;line-height: 40px;padding-left: 28px;font-weight: 800;margin-top:34px;}
.p_bz p{font-size:14px;color:#616161;line-height: 25px;margin-top:0px;}

/*产品规格*/

table, td{
	font:100% Arial, Helvetica, sans-serif; 
}
table{width:100%;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;padding:.5em;border:1px solid #fff;}
th{background:#328aa4 url(../tablecloth/tr_back.gif) repeat-x;color:#fff;}
td{background:#e5f1f4;}

/* tablecloth styles */

tr.even td{background:#e5f1f4;}
tr.odd td{background:#f8fbfc;}

th.over, tr.even th.over, tr.odd th.over{background:#4a98af;}
/*th.down, tr.even th.down, tr.odd th.down{background:#bce774;}*/
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#c7ebfc;}
/*td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
*/
/*td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#555;}*/

/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}
#container{
	margin:0 auto;
	width:680px;
	background:#fff;
	padding-bottom:20px;
}
#content{margin:0 20px;}
p.sig{	
	margin:0 auto;
	width:680px;
	padding:1em 0;
}
form{
	margin:1em 0;
	padding:.2em 20px;
	background:#eee;
}
/*产品特性*/
.p_t1 h4{font-size: 18px;color: #333;line-height: 40px;padding-left: 28px;font-weight: 800;margin-top: 34px;border-left: none;}
.p_t1 p{font-size: 14px;color: #616161;line-height: 25px;margin-top: 0px;}
.p_t1 img{max-width:447px;display: block;margin: 0 auto;margin-top: 20px;}
.p_t2{margin-bottom:30px;}
.p_bzz img{max-width: 196px;margin: 25px;cursor: pointer;}
/*使用工艺*/
.p_gy{float: left;}
.p_gy h4{font-size:18px;color:#333;border-left: none;font-weight: 800;line-height: 53px;margin-top: 20px;}
.p_gy ul{width:532px;float:left;}
.p_gy ul li{font-size:14px;line-height: 38px;color:#616161;padding-left: 16px;background: url(../images/shu_03.jpg) no-repeat left center;background-size:9px;}
.p_gy img{float:right;}
.p_gyy ul{width:1000px;}
.p_gyy ul li{background: url(../images/shu_03.jpg) no-repeat left 10px;background-size:9px;}
.p_gyy h5{font-size:30px;color:#333;padding-left: 18px;margin-top: 48px;border-left: 4px solid #333;}
.p_gyyy{margin-bottom:40px;}
/*公司简介*/
.about_jianjiein_pic{width:460px;height:410px;float:left;}
.about_jianjiein_pic img{margin-top:107px;margin-left:82px;}
.about_jianjiein_text{float:left;width:540px;height:410px;}
.about_jianjiein_text_titel{width:540px;height:43px;margin-top:63px;}
.about_jianjiein_text_titel h4{font-size:30px;font-weight:normal;color:#333333;float:left;padding-left: 16px;border-left:4px solid #333;}
.about_jianjiein_text_main p{font-size:14px;color:#333;line-height:28px;text-indent:2em;}
.proinnn{min-height: 410px;}
.proinnn form{background: #fff;}


/*发展历程*/
.aboout_lichong{width:100%;height:510px;background:url(../images/ab_lc_08.jpg) no-repeat center;padding-top:70px;}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timeline {
width: 910px;
height: 350px;
overflow: hidden;
margin: 42px auto;
position: relative;
background: url('../images/dot.gif') left 45px repeat-x;
}
#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 112px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
	color:#ecbb51;
}
#dates .selected {
	font-size: 38px;
}

#issues {
	width: 800px;
	height: 350px;
	overflow: hidden;
}	
	#issues li {
	width: 850px;
	height: 350px;
	list-style: none;
	float: left;
}
#issues li.selected img {
	-webkit-transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
	-o-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
	transform: scale(1.0,1.0);
}
#issues li img {
	float: left;
	margin: 10px 30px 10px 50px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
	zoom: 1;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out; 
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	transform: scale(0.7,0.7);
}
#issues li h1 {
	color: #ecbb51;
	font-size: 48px;
	margin: 20px 0;
}
#issues li p {
	font-size: 14px;
	margin-right: 70px;
	font-weight: normal;
	line-height: 22px;
	color:#fff;
}

#grad_left,
#grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}
#next,
#prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 170px;
	width: 30px;
	height: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover,
#prev:hover {
}
#next {
	right: 0;
	background-image:url(../images/next_11.png);
}
#prev {
	left: 0;
	background-image:url(../images/left_11.png);
}
	#next.disabled,
	#prev.disabled {
		opacity: 0.2;
	}
.titebox h4{width:150px;margin: 0 auto;font-size: 30px;color:#2a2a2a;border-left: 4px solid #333;padding-left: 16px;}
/*荣誉*/
.honor{width:100%;}
.honorin{width:1000px;margin: 0 auto;min-height: 700px;}
.honorin h4{font-size:30px;color: #333;width:150px;margin: 0 auto;border-left: 4px solid #333;padding-left: 16px;line-height: 30px;margin-top:60px;}
/*客户服务*/
.about_jianjiein_text1{width:1000px;height:125px;}
.marl_92{ width: 935px; height: 42px;border: 1px solid #dcdcdc;padding-left: 20px;float:left;margin-top: 20px;font-size: 14px;margin-left: 62px;}
.marl_93{ width: 935px; height: 42px;border: 1px solid #dcdcdc;padding-left: 20px;float:left;margin-top: 20px;font-size: 14px;}
.table1 {
	font-size: 14px;
    width: 270px;
    height: 42px;
    border: 1px solid #dcdcdc;
    padding-left: 20px;
    margin-top: 30px;
    float: left;
	margin-right: 0;}
.text {
    width: 935px;
    padding-left: 20px;
	padding-top:10px;
    margin-top: 20px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
}
.btn_s{width: 130px;height: 32px; background: #ecbb51;font-size: 16px;line-height: 32px; text-align: center; border: none; color: #fff;margin-top: 20px; margin-bottom: 60px;
    }
/*联系我们*/
.con{width:100%;}
.conin{width:1000px;margin: 0 auto;height: 120px;}
.conin h4{
    font-size: 30px;
    font-weight: normal;
    color: #333333;
	padding-left: 16px;
    border-left: 4px solid #333;
	margin-top: 63px;
	}
.conin p{margin-top:23px;font-size: 14px;}
.add{width:100%;background: #f3f3f3;margin-bottom: 120px;}
.addin{width:1000px;margin: 0 auto;height: 336px;}
.add_l{float:left;width:380px;}
.add_l h4{font-size:24px;color:#333;margin-top: 36px;line-height: 50px;}
.add_l{font-size:14px;line-height: 25px;}

	/*招聘表格*/
.zhaopinbox{background: #fff;
    width: 100%;
    padding: 70px 0 120px;
	}
.zhaopinboxin{    
	width: 1000px;
    margin: 0 auto;
    min-width: 1000px;}
.list-top {
    height: 54px;
    line-height: 54px;
    padding: 0 3.33% 0;
    background: #6d91b9;
    font-size: 14px;
    color: #ffffff;
}
.zhaopinboxin .td1 {
    width: 24.33%;}
.zhaopinboxin .td2 {
    width: 21.33%;}
.zhaopinboxin .td3 {
    width: 21.33%;}
.zhaopinboxin .td4 {
    width: 17.33%;}
.zhaopinboxin .td5 {
    width: 13.33%;
	text-align:right;}

.fl {
    float: left;
    display: inline;
}
 .zhaopin_list .f-cb{
	 background:#f3f3f3;    
	 font-size: 14px;
    color: #777777;
    line-height: 2;
    border-bottom: 1px solid #cccccc;
	padding: 0 3.33% 0;
}
 .zhaopin_list .f-cb .fl{ padding: 13px 0;}
 .zhaopin_list .f-cb .fl a{color:red;}
.style6 th, td{border:1px solid #ccc;background-color:#f3f3f3;}
.fanhui_pic a{color:#333;}
/*在线应聘*/
.online{width:100%;}
.onlinein{width:1000px;margin: 0 auto;}
.onlinein p{font-size:16px;color:#333;line-height: 38px;margin-top: 39px;}
.chart111{float:left;position:relative}
.a-upload {
    height: 20px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
	position:absolute;
	top:41px;
	left:106px;
	font-size: 14px;
}

.a-upload  input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
	
}
.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}
.bt_box{width:1000px;float:left;}

/*news*/	
.aboutright{width:100%;overflow: hidden;}
.newsin{width:1000px;margin: 0 auto;min-height: 926px;}
.news1 {
	width:996px;
	height:236px;
	margin:0 auto;
	padding-top:35px;
	
}
.z_news1 {
	width:367px;
	margin-right:20px;
	float:left;
}
.z_news1 img{width:367px;height: 236px;}
.y_news1 {
	width:580px;
	float:right;
	height:236px;
}
.style_news1 {
	height:40px;
	line-height:40px;
	font-family:"微软雅黑";
	font-size:14px;
	color:#666;
	border-bottom:1px solid #ddd;
	width:580px;
	display:block;
	overflow:hidden;
}
.style_news2 {
	line-height:24px;
	font-size:13px;
	font-family:"微软雅黑";
	width:580px;
	padding-top:10px;
	display:block;
	height:165px;
	overflow:hidden;
}
.style_news3 {
	display:block;
	float:right;
}
.y_news1 .style_news3 a{
	width: 130px;
    height: 32px;
    background: #ecbb51;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    border: none;
    color: #fff;	
	display: block;
	color:#fff;
}
.style_news4 {
	display:block;
	padding-top:120px;
	float:right;
}
.y_news1 span a{color:#333;}
.con_z_con2{width:1000px;height: 104px;padding-top:24px;border-bottom: 1px dashed #ccc;}
.con_z_con2_1{float:left;width:80px;height: 80px;}
.con_z_con2_1 span{font-size:40px; font-weight:bold; color:#ffb718;text-align: center;display: block;line-height: 29px;}
.con_z_con2_1 p{text-align:center;}
.con_z_con2_2{width:900px;float:right;}
.con_z_con2_2 a{font-size: 18px;color:#333333;width: 900px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: 34px;display: block;}
.con_z_con2_3{width:900px;float:right}
.con_z_con2_3 a{width: 900px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #727272;display: block;font-size: 14px;line-height: 34px;}
.titel h4{text-align: center;color:#ec9e1c;font-size: 22px;font-weight: 800;line-height: 84px;}
.about_linkk{width:1000px;
	height: 48px;
    border-bottom: 1px solid #ccc;
	margin-bottom:20px;}
.about_linkk p{float:left;font-size:14px;color:#7c7c7c;line-height:48px;margin-right:26px;}
.bj img{max-width: 435px;display: block;margin: 0 auto;}

/*图片放大*/

.popup-bigic {
/*	position: absolute;*/	
	background:rgba(0,0,0,0.3);
/*	overflow: hidden;*/
	z-index: 999;
	
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}
.popup-bigic .loading-bigic {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
}
.popup-bigic .img-bigic {
	position: absolute;
}
.option-bigic {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
}
.option-bigic span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 5px;
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
	background-color: #fff;
	opacity: .5;
}
.option-bigic span:hover {
	opacity: 1;
}
.option-bigic span.change-bigic {
	display: none;
	background-position: -52px 3px;
}
.option-bigic span.max-bigic {
	display: none;
	background-position: -119px 3px;
}
.option-bigic span.close-bigic {
	background-position: 8px 8px;
}

.p_bzz p{width:246px;text-align: center;}
.p_bzz .p_bzzz p{width: 1000px;text-align: left;}












